-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Ruby to 3.4.2 #11681
base: main
Are you sure you want to change the base?
Upgrade Ruby to 3.4.2 #11681
Conversation
d8d9b97
to
91261eb
Compare
91261eb
to
acfc0d6
Compare
@robaiken, I'd be happy to fix these smoke tests, but I'm really just not sure why they're failing. |
@chrisyuska Thank you for offering to help with the smoke tests! We appreciate your contribution! I'm not too sure why the Python tests are failing, and the bundler test issues also need attention. The cargo tests are also failing, but we already know those need to be updated so you can ignore them for now. Any help you can provide with the Python or bundler tests would be greatly appreciated. The smoke test are in this repo |
@@ -479,4 +479,4 @@ DEPENDENCIES | |||
zeitwerk (~> 2.7) | |||
|
|||
BUNDLED WITH | |||
2.6.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.6.5
Thanks, @robaiken . Unfortunately, I can't get the dependabot CLI working locally in order to fix the smoke tests due an error that appears to be due to some networking config, although I haven't been able to figure it out:
I'll try to look again later this week if I can. |
@chrisyuska thanks for taking over this upgrade. If you're basing this on #11162, there are a couple of code changes that need to be ported to fix warnings. |
What are you trying to accomplish?
This upgrades Ruby to 3.4.2 while bumping 3.3.x and 3.2.x versions to their latest versions to support the latest Ruby releases.
This aims to address the new "Dependabot does not support your ruby version" that I'm receiving after a Ruby 3.4.2 upgrade.
Anything you want to highlight for special attention from reviewers?
I used prior merged PRs as a template for determining where to update.
How will you know you've accomplished your goal?
I'm expecting tests to pass.
Checklist